import { z } from 'zod'; export declare const filesDeleteRouteParamsSchema: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; declare const _default: import("h3").EventHandler>; export default _default;